home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_11_01
/
1101022a
< prev
next >
Wrap
Text File
|
1992-11-04
|
140b
|
9 lines
/* API.H */
typedef struct tagREGION
{
int vertex_count;
int *vertices;
} REGION;
int DefineHotSpot (int id, REGION *pRegion);